Search results

Jump to navigation Jump to search
  • ...dgsSetProperty(image,"color",tocolor(math.random(0,255),math.random(0,255),math.random(0,255),255))
    3 KB (422 words) - 09:25, 17 January 2021
  • DGS:dgsSetSize ( myWindow, ( math.random( 10, 50 ) / 100 ), ( math.random( 10, 50 ) / 100 ), true )
    2 KB (265 words) - 19:03, 3 May 2021
  • local size = math.random(0, 50) local r, g, b = math.random(10, 99), math.random(10, 99), math.random(10, 99)
    3 KB (451 words) - 20:16, 1 April 2023
  • local red, green, blue = math.random (50, 255), math.random (50, 255), math.random (50, 255)
    4 KB (493 words) - 16:02, 3 May 2024
  • str = str..(string.format("%c", math.random(32, 126)))
    923 bytes (111 words) - 01:20, 5 August 2018
  • ...local myItem = DGS:dgsComboBoxSetItemText ( numberList, item, tostring( math.random(0, 10) ^ 100 ) ) ...local myItem = DGS:dgsComboBoxSetItemText ( numberList, item, tostring( math.random(0, 10) ^ 100 ) )
    2 KB (266 words) - 16:36, 14 March 2022
  • local randomPlayer = players[math.random(#players)]
    1 KB (52 words) - 11:34, 10 August 2014
  • ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ) ) ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ) )
    3 KB (332 words) - 12:42, 15 February 2021
  • {{Deprecated|math.random}}
    806 bytes (98 words) - 12:16, 26 June 2014
  • ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ^ 100 ) ) ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ^ 100 ) )
    3 KB (330 words) - 11:21, 27 January 2021
  • ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ) ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ) )
    3 KB (355 words) - 11:24, 27 July 2023
  • local randomPlayer = players[math.random(#players)]
    1,017 bytes (132 words) - 17:25, 26 November 2014
  • ...xDrawRectangle(10, 50, 40, 40, tocolor(math.random(255), math.random(255), math.random(255))) -- Draw a square with random color
    4 KB (518 words) - 16:34, 10 August 2023
  • local size = math.random(0, 50) local r, g, b = math.random(10, 99), math.random(10, 99), math.random(10, 99)
    5 KB (591 words) - 20:14, 1 April 2023
  • newRotation = math.random ( 0, 360 )
    1 KB (148 words) - 22:13, 5 July 2014
  • setElementData(source, "ID", math.random(1, 500))
    1 KB (148 words) - 16:20, 28 April 2022
  • setdata[i] = math.random() setdata[i] = math.random(1,10)
    3 KB (391 words) - 13:50, 10 January 2023
  • random = math.random(#table)
    1 KB (153 words) - 11:25, 18 October 2023
  • ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ^ 100 ) )
    1 KB (153 words) - 07:13, 27 July 2023
  • dxGridListSetItemSelected(lista, math.random(2))
    1 KB (144 words) - 20:16, 21 May 2022
View ( | ) (20 | 50 | 100 | 250 | 500)