Miarmy Crowd Simulation Documentation (English)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

The noise channels will return a random number from 0 to 1 based on different conditions. You can easily combine this value with fuzzy logic to make your output randomize.

Channels

The sentence (Noise ID) rand float based on my id will return a random number based on agent ID.

Each agent has an unique ID in scene once it was placed out. the value range of the returned random number is from 0 to 1, a float point number. 

 

Usage Example

Randomize speed


The bigger activated, the faster the speed, random by agent id



Random speed

Randomize Actions


Random action

 

Reseed

If you need use this sentences in different places and with different seed, you need use this sentence:

rand float based on my id with seed:???

 

 

 

 

 

 

 

  • No labels