Random class and methods referring to it have been removed
          Reason for change
          The Random class and the methods referring to it (#atRandom and #atRamdom:) in GreaseVASTCoreApp are obsolete
          Change
          GreaseCoreApp now provides a platform-independent random number interface, so the Random class and the methods referring to it (#atRandom and #atRamdom:) have been removed.
          Action required
          Change:
  aCollection atRandom
to:
  GRPlatform current newRandom randomFrom: aCollection
Change:
  anInteger atRandom
to:
  GRPlatform current newRandom nextInt: anInteger
         
        
          Last modified date: 07/02/2019