Project

General

Profile

« Previous | Next » 

Revision 30f337e5

Added by Leszek Koltunski about 2 months ago

  • ID 30f337e50a7d5d83c0419732cc2f896aeef67cee
  • Parent c31aa527

Lint

View differences:

src/main/java/org/distorted/examples/wind/WindGust.java
29 29
  private int mAvgWind;
30 30
  private boolean mBlowingNow;
31 31
  private long mLastTime, mPausedTime;
32
  private static Random mRnd = new Random();
32
  private static final Random mRnd = new Random();
33 33

  
34 34
  WindGust()
35 35
    {

Also available in: Unified diff