random()

  1. JoseKreif

    Answered random() seeded with a specific value on database connection

    Progress OpenEdge 10.2B Platform: Redhat I'm noticing that the random() function seems to be seeded with a set value when you first connect to the database. For example, def var i as int no-undo. do i = 1 to 10: display random(1,100) with no-box 10 down. down. end. Produces...
Top