Search results

Jump to navigation Jump to search
  • guiSetSize ( myWindow, ( math.random( 10, 50 ) / 100 ), ( math.random( 10, 50 ) / 100 ), true )
    2 KB (213 words) - 17:20, 21 November 2018
  • ...math.random(4000, 5000), 0, fires[i][1]+math.random(0.1, 0.3), fires[i][2]+math.random(0.1, 0.2), fires[i][3]+0.2, 1, 1, 1)
    3 KB (345 words) - 09:59, 21 June 2019
  • {{Deprecated|math.random}}
    458 bytes (54 words) - 12:18, 26 June 2014
  • * [http://lua.gts-stolberg.de/math.php#math.random math.random]
    2 KB (361 words) - 17:58, 21 February 2021
  • local red, green, blue = math.random(50, 255), math.random(50, 255), math.random(50, 255)
    4 KB (196 words) - 17:10, 4 December 2017
  • local vertice = {x, y, tocolor(math.random(255), math.random(255), math.random(255))}
    3 KB (380 words) - 17:13, 26 October 2018
  • local randFile = zipTranslator:open( tostring( math.random( 0, 1 ) ) .. ".rnd", "wb" ); Its name is random. ]] .. math.random( 0, 100 )
    2 KB (290 words) - 00:07, 17 January 2022
  • local r, g, b = math.random( 255 ), math.random( 255 ), math.random( 255 )
    3 KB (408 words) - 17:22, 4 October 2022
  • local size = math.random(0, 50) local r, g, b = math.random(10, 99), math.random(10, 99), math.random(10, 99)
    3 KB (432 words) - 20:15, 1 April 2023
  • ...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 (240 words) - 13:26, 5 April 2022
  • ...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
View ( | ) (20 | 50 | 100 | 250 | 500)