google-code-export / rainmeter

Automatically exported from code.google.com/p/rainmeter
1 stars 0 forks source link

Duplication of Random value in Calc #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When multiple random measure exist like the following examples, in a setup
of "UpdateRandom=1", each value returns a random value individually.
However, if it sets to "UpdateRandom=0", I can get only all the same values.

-----------------------------------------
[MeasureRandom1]
Measure=Calc
Formula=(Random)
HighBound=100
UpdateRandom=0

[MeasureRandom2]
Measure=Calc
Formula=(Random)
HighBound=100
UpdateRandom=0

[MeasureRandom3]
Measure=Calc
Formula=(Random)
HighBound=100
UpdateRandom=0

[MeterRandom]
Meter=String
MeasureName=MeasureRandom1
MeasureName2=MeasureRandom2
MeasureName3=MeasureRandom3
SolidColor=FFFFFF
Text=%1, %2, %3
-------------------------------------------

 - Rainmeter1.1 r306 32bit
 - Windows XP

Original issue reported on code.google.com by kenz0.sa...@gmail.com on 9 Nov 2009 at 2:05

GoogleCodeExporter commented 9 years ago
I forgot about this, this is fixed now.

Original comment by map...@gmail.com on 27 Feb 2010 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by jsmor...@gmail.com on 28 Feb 2010 at 2:24

GoogleCodeExporter commented 9 years ago
why the number are only 0,0,0 sir?
how can I get the random number
I don't understand it at all
please explain 
thank you

Original comment by majorl3...@gmail.com on 7 Apr 2010 at 3:09