Browse Search Popular Register Upload Rules User list Login:
Search:
Random number generator device

Image:
screenshot of the scene

Author: RA2lover

Group: Default

Filesize: 35.14 kB

Date added: 2009-12-10

Rating: 6.3

Downloads: 756

Views: 1292

Comments: 3

Ratings: 4

Times favored: 0

Made with: Algodoo before v1.8.5

Tags:

Scene tag

creates a random float value between 2 ranges.
controls in scene

Also, if you want a random integer, set math.toint(scene.my.randnumberresult) for it
Please log in to rate this scene
edit
Similar scenes
Title: Random Number Generators
Rating: 6.1111
Filesize: 88.62 kB
Downloads: 2232
Comments: 9
Ratings: 3
Date added: 2023/01/04 00:56:44
Made with: Algodoo v2.1.0
Rating: rated 6.1
download
Title: Random Number Generator
Rating: 5.25
Filesize: 23.07 kB
Downloads: 550
Comments: 0
Ratings: 4
Date added: 2008/08/31 13:55:33
Made with: Phun
Rating: rated 5.3
download
Title: Random Number Device
Rating: 5
Filesize: 202.84 kB
Downloads: 240
Comments: 0
Ratings: 1
Date added: 2015/08/21 01:16:41
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Random generator
Rating: 6.4
Filesize: 37.39 kB
Downloads: 617
Comments: 4
Ratings: 4
Date added: 2010/04/25 08:14:19
Made with: Algodoo before v1.8.5
Rating: rated 6.4
download
Title: Random Terrain Generator (almost)
Rating: 5
Filesize: 47.3 kB
Downloads: 418
Comments: 0
Ratings: 1
Date added: 2011/05/06 16:26:46
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Title: Random Number Value V2
Rating: 5
Filesize: 50.22 kB
Downloads: 1169
Comments: 0
Ratings: 1
Date added: 2020/11/26 00:52:00
Made with: Algodoo v2.1.0
Rating: rated 5
download
it's a good idea to take the random number from algodoo. i once made a function for a random number using math.mod
btw the random color in algodoo is not truly random. it uses an algorithm to simulate randomness and so does every computer program. if you know the algorithm you can predict the "random" numbers.
Last edited at 2009/12/10 19:20:04 by KarateBrot
Good job! you use the color, that is a simple but good idea:tup:
Or you could use rand.uniform01, it also randomizes it. Algodoo uses it to randomize the colour for new objects.